@media (max-height: 800px) and (min-height: 100px) {
    .about {
        padding: 0 clamp(1em, 16%, 16em);
        margin-top: 4rem;
    }
}

@media (max-width: 412px) and (max-height: 912px) {
    .title-overlay {
        position: absolute;
        top: 90%;
    }
}

@media (max-width: 5120px) and (min-width: 4096px) {
    .about {
        padding: 0 clamp(1em, 33%, 136em);
        margin-top: 32rem;
    }

    .title-overlay {
        top: 43%;
    }

    .Advantage {
        height: 42vh;
    }

    .overlay {
        height: 64%;
    }

     .video-wrapper {
        top: 0;
        height: 64%;
    }

     .video-bg {
        border-radius: 20px;
    }
}

@media (max-width: 4096px) and (min-width: 3840px) {
    .about {
        padding: 0 clamp(1em, 33%, 136em);
        margin-top: 18rem;
    }

    .title-overlay {
        top: 43%;
    }

    .Advantage {
        height: 42vh;
    }

    .overlay {
        height: 64%;
    }

     .video-wrapper {
        top: 0;
        height: 64%;
    }

     .video-bg {
        border-radius: 20px;
    }
}

@media (max-width: 3840px) and (min-width: 2700px) {
    .about {
        padding: 0 clamp(1em, 33%, 136em);
        margin-top: 14rem;
    }

    .title-overlay {
        top: 43%;
    }

    .Advantage {
        height: 50vh;
    }

    .overlay {
        height: 64%;
    }

     .video-wrapper {
        top: 0;
        height: 64%;
    }

     .video-bg {
        border-radius: 20px;
    }
}

@media (max-width: 2700px) and (min-width: 2560px) {
    .about {
        padding: 0 clamp(1em, 36%, 40em);
    }

    .title-overlay {
        top: 57%;
    }

    .Advantage {
        height: 50vh;
    }

    .about {
        padding: 0 clamp(1em, 16%, 16em);
        margin-top: 4rem;
    }
}

@media (max-width: 2560px) and (min-width: 1282px) {
    .title-overlay {
        top: 48%;
    }

    .Advantage {
        height: 75vh;
    }

    .about {
        padding: 0 clamp(1em, 16%, 26em);
        margin-top: 6rem;
    }
}

@media (max-width: 1282px) and (min-width: 1024px) {
    .overlay {
          height: 45%;
          display: none;
     }
     .video-wrapper {
          top: 85px;
          height: 50%;
     }
     .video-bg {
          border-radius: 20px;
     }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .about {
        padding: 0 clamp(1em, 16%, 3em);
        margin-top: 0rem;
    }

    .title-overlay {
        top: 45%;
    }

    .f_grid {
        padding: 40px;
    }
}

@media (max-width: 848px) and (min-width: 769px){
    .title-overlay {
        top: 34%;
    }

    .f_grid {
        padding: 40px;
    }
}

@media (max-width: 768px) and (min-width: 706px) {
    .hidden {
        display: block !important;
    }

    .about {
        flex-direction: column;
        margin-top: -1rem;
    }

    .about_img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .about .about_img_1 .img_1 {
        width: 280px;
        height: 442px;
    }

    .about .about_img_2 .img_2 {
        width: 280px;
        height: 442px;
    }

    .f_grid {
        padding: 40px;
    }

    .about_img {
        margin-right: 50px;
    }

    .Advantage {
        height: 42vh;
    }

    .CTA_section {
        padding: 80px 20px;
        margin-top: min(57px, 20vw);
    }

    .title-overlay {
        top: 70%;
    }
}

@media (max-width: 706px) and (min-width: 425px) {
    .hidden {
        display: block !important;
    }

    .about {
        flex-direction: column;
        margin-top: -2rem;
    }

    .about_img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .title-overlay {
        top: 65%;
    }

    .Advantage {
        height: 70vh;
    }

    .CTA_section {
        padding: 89px 20px;
        margin-top: min(137px, 10vw);
    }

    .f_grid {
        padding: 40px;
    }

    .title-overlay {
        top: 70%;
    }
}

@media (max-width: 425px) and (min-width: 1px){
    .hidden {
        display: block !important;
    }

    .about {
        flex-direction: column;
        margin-top: -4rem;
    }

    .about_img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .title-overlay {
        top: 57%;
    }
}